home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / spiele / circle30bpl11 / readme.amiga < prev    next >
Text File  |  1992-09-02  |  2KB  |  53 lines

  1.                   Compiling and running CircleMUD Version 3.0
  2.                                 on Amiga
  3.                            by Niksa Franceschi
  4.  
  5.  
  6. To compile CircleMUD 3.0 on Amiga, you must have the following:
  7.  
  8. * An Amiga with 2MB memory, with HD
  9. * SASC (I used 6.56 version)
  10. * AmiTCP SDK, version 4.0
  11.  
  12. Compiling:
  13.    When you unpack this package, you'll already have prepared Smakefile
  14. and SCOPTIONS file.
  15.    To use them without change you must do following:
  16.       1. When you unpack AmiTCP SDK, copy the netinclude-s dir in INLUDES: dir
  17.       2. Copy netlib-s in LIB: dir.
  18. Than it is enough to type 'smake' in src dir.
  19. On my non-acclerated Amiga1200 smake took approx half hour.
  20.  
  21. I already compiled basic version of this MUD (ie. no source changed), and
  22. binary is located in bin directory. Also, there is supplied 'touch' command.
  23.  
  24. Running:
  25.   Before running, edit the supplied 'startmud' script. You only need to
  26. change the CIRCLE: assign path.
  27. Also, you need to run AmiTCP4.0 or higher.
  28. To run MUD, just type 'startmud' (or if you prefer 'run startmud').
  29. The mud will run in 'mini' mode, so only three zones will be loaded, so
  30. you can play it on 2MB machine.
  31. If you want to play full MUD (all zones), edit the startmud script,
  32. and remove '-m' option (line 25). 
  33.  
  34. To connect to MUD, issue command: 'telnet 0 4000'
  35. As you see, it is played over network, so LOTS of people can play it at
  36. once. That is what makes MUD's so great!
  37.  
  38. NOTICE:
  39.   To run full MUD (without -m option), you'll need 3MB of memory.
  40.  
  41. I haven't tested the mud when lots of ppl are connected to it (on Amiga),
  42. so if you menage to get 20 ppl to play it, I'd very appreciate any feedback
  43. on it's behaviour with so many users.
  44.  
  45. NOTE:
  46.   The source is cganged in that way, do you can still compile it on any
  47. other machine without changing source itself. Read the README file about
  48. compiling on other machines.
  49.  
  50. Amiga port by:
  51.   Niksa franceschi <nfrances@zems.fer.hr>, 26 Jul 1996
  52.  
  53.